mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-25 07:25:13 +00:00
Create package.json
This commit is contained in:
parent
0448eedb81
commit
184b8bc6d7
1 changed files with 25 additions and 0 deletions
25
package.json
Normal file
25
package.json
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "mfm-parser-pegjs",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"build": "npm run peg && npm run tsc",
|
||||
"build-debug": "npm run peg-debug && npm run tsc",
|
||||
"peg": "mkdirp ./built && pegjs -o built/coreParser.js src/coreParser.pegjs",
|
||||
"peg-debug": "mkdirp ./built && pegjs -o built/coreParser.js --trace src/coreParser.pegjs",
|
||||
"tsc": "tsc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/marihachi/mfm-parser-pegjs.git"
|
||||
},
|
||||
"author": "Marihachi",
|
||||
"dependencies": {
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.0.4",
|
||||
"mkdirp": "^0.5.1",
|
||||
"pegjs": "^0.10.0",
|
||||
"typescript": "3.7.x"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue