-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 764 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "meta-lang",
"version": "1.0.0",
"description": "",
"main": "result.js",
"bin": {
"meta": "bin/meta.sh"
},
"dependencies": {},
"devDependencies": {
"tap-spec": "^4.1.1"
},
"scripts": {
"meta": "mkdir -p build && node current/meta-to-js.js src/meta.meta build/meta-parser.js && node src/tmeta-to-js.js src/meta-to-js.tmeta build/meta-parser.js build/meta-to-js.js",
"build": "npm run meta",
"update": "npm run build && cp build/*.js current/ && npm run build && cp build/*.js current/ && npm run build && cp build/*.js current/ && npm run build",
"test": "specification/spec-runner.sh specification bin/parser-spec.sh | tap-spec"
},
"author": "Jesper Oskarsson <jesosk@gmail.com>",
"license": "CC0-1.0"
}